/*居中*/ .col-center { margin: 0 auto; float: none; } /*右对齐*/ margin-left: auto; /*左对齐*/ margin-right: auto;